Conversation
* fix: run stacks in response to stack click events * refactor: listen for regular click events to run block stacks
…extensions toolbox categories (#2)
* fix: handle modern workspace comment events * fix: correctly access coordinates on events
* chore: format runtime.js * fix: add the hat extension to extension hat blocks
… occupied by a shadow block (#8) * chore: format engine/blocks.js * fix: restore shadow blocks when removing a block from an input
…locks getting into a bad state (#9)
The playgrounds themselves are still broken, but it's a step...
…ty with patched scratch-blocks (#1)
* fix: add support for Scratch-style procedures * refactor: remove underscore procedure creation callback
…toolbox categories (#9)
6bf544f to
10e6b7c
Compare
594cf8f to
d365a86
Compare
|
@cwillisf hello,is there a preview page for spork? |
|
Will Google transferring Blocky to the Raspberry Pi Foundation impact this?
Yes, https://scratchfoundation.github.io/scratch-editor/spork/scratch-gui/ although I am not sure if it's fully up-to-date. |
thanks!🌹 |
|
Hey all, thanks for checking in!
That should always be up to date with what's in this branch, as it's automatically deployed as part of the CI/CD scripts in this repository. However, this branch is somewhat out of date right now: I need to merge the React 18 and Face Sensing changes from |
I'm excited for the Blockly team! The Scratch team is friends with the folks at the Raspberry Pi Foundation, and we've worked together in the past. We're all committed to seeing this through and continuing to work together in the future. TL;DR: all good! 🎉 |
Proposed Changes
Use the new version of
scratch-blocks, which now depends on Blockly instead of being a fork of Blockly.Reason for Changes
As stated in scratchfoundation/scratch-blocks#3338:
Test Coverage
Many existing tests at least partially cover these changes. We'll also be testing these changes through several manual testing sessions.